2005-03-10 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkliststore.c (gtk_list_store_insert_with_valuesv):
+ Fix a doc typo. (#169873, Johan Dahlin)
+
* gtk/gtkdialog.c (gtk_dialog_map): Don't
try to focus the default_widget if there is
none. (#169881, Thomas Leonard)
2005-03-10 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkliststore.c (gtk_list_store_insert_with_valuesv):
+ Fix a doc typo. (#169873, Johan Dahlin)
+
* gtk/gtkdialog.c (gtk_dialog_map): Don't
try to focus the default_widget if there is
none. (#169881, Thomas Leonard)
2005-03-10 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkliststore.c (gtk_list_store_insert_with_valuesv):
+ Fix a doc typo. (#169873, Johan Dahlin)
+
* gtk/gtkdialog.c (gtk_dialog_map): Don't
try to focus the default_widget if there is
none. (#169881, Thomas Leonard)
* @values: an array of GValues
* @n_values: the length of the @columns and @values arrays
*
- * A variant of gtk_list_Store_insert_with_values() which
+ * A variant of gtk_list_store_insert_with_values() which
* takes the columns and values as two arrays, instead of
* varargs. This function is mainly intended for
* language-bindings.